Show / Hide Table of Contents

Delegate GetRefreshTokenResultAsync

Returns the new access token, its expiry, the new refresh token, and its expiry for the refresh token grant.

Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public delegate Task<RefreshTokenResult> GetRefreshTokenResultAsync(string clientID, string refreshToken);
Parameters
Type Name Description
System.String clientID

The client ID.

System.String refreshToken

The refresh token.

Returns
Type Description
Task<RefreshTokenResult>

The token result.

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