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

Invoke.BeginOAuthAuthorization

Begins the OAuth 2.0 device authorization flow.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void BeginOAuthAuthorization
(
	Avl.OAuthProvider inProvider,
	Conditional<string> outVerificationUrl,
	Conditional<string> outUserCode,
	Diagnostic<Conditional<string>> diagResponse
)

Parameters

Name Type Range Default Description
inProviderAvl.OAuthProviderAuthorization provider.
outVerificationUrlAtl.Conditional<string>Verification URL the user need to visit.
outUserCodeAtl.Conditional<string>User Code to pass at the verification site.
diagResponseAvl.Diagnostic<Atl.Conditional<string>>Raw response from the server.

See also