Delegate GetClientCredentialsResultAsync
Returns the new access token and its expiry for the client credentials grant.
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public delegate Task<ClientCredentialsResult> GetClientCredentialsResultAsync(string clientID, string? scope = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | clientID | The client ID. |
| string | scope | The scope. |
Returns
| Type | Description |
|---|---|
| Task<ClientCredentialsResult> | The token result. |