Show / Hide Table of Contents

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.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.