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
Input value inProvider OAuthProvider Authorization provider
Output value outVerificationUrl str | None Verification URL the user need to visit.
Output value outUserCode str | None User Code to pass at the verification site.
Diagnostic input diagResponse str | None Raw response from the server