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
string clientID

The client ID.

string scope

The scope.

Returns
Type Description
Task<ClientCredentialsResult>

The token result.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.