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 |
---|---|---|
System.String | clientID | The client ID. |
System.String | scope | The scope. |
Returns
Type | Description |
---|---|
Task<ClientCredentialsResult> | The token result. |