Table of Contents

Class AuthOptions

Namespace
arolariu.Backend.Common.Options
Assembly
arolariu.Backend.Common.dll

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

string

Issuer

The JWT structure issuer.

public string Issuer { get; set; }

Property Value

string

Secret

The secret used to sign the JWT structure.

public string Secret { get; set; }

Property Value

string

SmtpUserId

The SMTP Service Principal.

public string SmtpUserId { get; set; }

Property Value

string

SmtpUserPass

The SMTP Service Principal secret.

public string SmtpUserPass { get; set; }

Property Value

string