You are here: Start » AVL.NET » Invoke.EndOAuthAuthorization
Waits until the verification flow is completed at the verification url. Once the flow is ended, retrieves the information of the currently signed in OAuth user.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void EndOAuthAuthorization ( Avl.OAuthProvider inProvider, Optional<int> inTimeout, Conditional<Avl.OAuthUser> outUser, Conditional<string> outError )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inProvider | Avl.OAuthProvider | Authorization provider. | ||
![]()  | inTimeout | Atl.Optional<int> | The timeout in milliseconds. Default value: atl::NIL. | ||
![]()  | outUser | Atl.Conditional<Avl.OAuthUser> | The authenticated OAuth user or NIL if the timeout has elapsed. | ||
![]()  | outError | Atl.Conditional<string> | 


