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

The client ID.

string refreshToken

The refresh token.

Returns
Type Description
Task<RefreshTokenResult>

The token result.

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