8 lines
135 B
C#
Executable File
8 lines
135 B
C#
Executable File
namespace AppleAuth.Interfaces
|
|
{
|
|
public interface IPasswordCredential : ICredential
|
|
{
|
|
string Password { get; }
|
|
}
|
|
}
|