BeginOAuthAuthorization
Begins the OAuth 2.0 device authorization flow.
Syntax
C++
C#
Python
def BeginOAuthAuthorization( inProvider: OAuthProvider, / ) -> ( outVerificationUrl: str | None, outUserCode: str | None, diagResponse: str | None )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProvider | OAuthProvider | Authorization provider | |
![]() |
outVerificationUrl | str | None | Verification URL the user need to visit. | |
![]() |
outUserCode | str | None | User Code to pass at the verification site. | |
![]() |
diagResponse | str | None | Raw response from the server |



