Class BackendAuthInformation
Backend authentication information (no secrets exposed)
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class BackendAuthInformation
Constructors
BackendAuthInformation()
Declaration
public BackendAuthInformation()
Properties
Mode
Authentication mode: None, ApiKey or OAuth
Declaration
public string Mode { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
OAuthAudience
OAuth expected audience — only set when Mode is OAuth
Declaration
public string OAuthAudience { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
OAuthAuthority
OAuth token authority URL — only set when Mode is OAuth
Declaration
public string OAuthAuthority { get; init; }
Property Value
| Type | Description |
|---|---|
| string |