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

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
inProviderAvl.OAuthProviderAuthorization provider.
inTimeoutAtl.Optional<int>The timeout in milliseconds. Default value: atl::NIL.
outUserAtl.Conditional<Avl.OAuthUser>The authenticated OAuth user or NIL if the timeout has elapsed.
outErrorAtl.Conditional<string>

See also