You are here: Start » AVL.NET » Invoke.RefreshOAuthToken

Invoke.RefreshOAuthToken

Requests for refreshing current OAuth token.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RefreshOAuthToken
(
	Avl.OAuthProvider inProvider,
	string inRefreshToken,
	Conditional<Avl.OAuthUser> outRefreshedUser,
	Diagnostic<Conditional<string>> diagResponse
)

Parameters

Name Type Range Default Description
inProviderAvl.OAuthProviderAuthorization provider.
inRefreshTokenstringRefresh token.
outRefreshedUserAtl.Conditional<Avl.OAuthUser>The user authenticated with the refresh token.
diagResponseAvl.Diagnostic<Atl.Conditional<string>>Raw response from the server.

See also