You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inProvider | Avl.OAuthProvider | Authorization provider. | ||
![]()  | outVerificationUrl | Atl.Conditional<string> | Verification URL the user need to visit. | ||
![]()  | outUserCode | Atl.Conditional<string> | User Code to pass at the verification site. | ||
![]()  | diagResponse | Avl.Diagnostic<Atl.Conditional<string>> | Raw response from the server. | 



