Class BackendAuthInformation
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class BackendAuthInformation
Constructors
BackendAuthInformation()
Declaration
public BackendAuthInformation()
Properties
Mode
Declaration
public string Mode { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
OAuthAudience
Declaration
public string OAuthAudience { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
OAuthAuthority
Declaration
public string OAuthAuthority { get; init; }
Property Value
| Type | Description |
|---|---|
| string |