Class AuthOptions
Inheritance
System.Object
AuthOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MailHole.Common.Model.Options
Assembly: MailHole.Common.dll
Syntax
public class AuthOptions
Constructors
| Improve this Doc View SourceAuthOptions()
Declaration
public AuthOptions()
Properties
| Improve this Doc View SourceAudience
Declaration
public string Audience { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Issuer
Declaration
public string Issuer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecurityKey
Declaration
public SecurityKey SecurityKey { get; }
Property Value
Type | Description |
---|---|
Microsoft.IdentityModel.Tokens.SecurityKey |
SigningCertPath
Declaration
public string SigningCertPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SigningCredentials
Declaration
public SigningCredentials SigningCredentials { get; }
Property Value
Type | Description |
---|---|
Microsoft.IdentityModel.Tokens.SigningCredentials |