Class ClientCredentialsResult
The client credentials result.
Inherited Members
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public class ClientCredentialsResult
Properties
AccessToken
Gets or sets the access token.
Declaration
public string? AccessToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The access token. |
Scope
Gets or sets the scope.
Declaration
public string? Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The scope. |
UtcAccessTokenExpiresAt
Gets or sets the UTC time when the access token expires.
Declaration
public DateTime? UtcAccessTokenExpiresAt { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The UTC time when the access token expires. |