Class AuthOptions
Options for the authentication.
public sealed class AuthOptions
- Inheritance
-
AuthOptions
- Inherited Members
Properties
Audience
The JWT structure audience.
public string Audience { get; set; }
Property Value
Issuer
The JWT structure issuer.
public string Issuer { get; set; }
Property Value
Secret
The secret used to sign the JWT structure.
public string Secret { get; set; }
Property Value
SmtpUserId
The SMTP Service Principal.
public string SmtpUserId { get; set; }
Property Value
SmtpUserPass
The SMTP Service Principal secret.
public string SmtpUserPass { get; set; }