Click or drag to resize

GoogleOAuthClientRefreshAccessToken Method

Refreshes an OAuth validation token. Checks against OAuth provider if given token code is valid and extends its validity.

Namespace:  Packflow.Interface.Account
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public OAuthTokenValidation RefreshAccessToken(
	string refreshToken
)

Parameters

refreshToken
Type: SystemString
The refresh token

Return Value

Type: OAuthTokenValidation
An OAuthTokenValidation object
See Also