You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inProvider | Avl.OAuthProvider | Authorization provider. | ||
![]()  | inRefreshToken | string | Refresh token. | ||
![]()  | outRefreshedUser | Atl.Conditional<Avl.OAuthUser> | The user authenticated with the refresh token. | ||
![]()  | diagResponse | Avl.Diagnostic<Atl.Conditional<string>> | Raw response from the server. | 



