Auth Session
Represents an authentication session which can be used to finish the authentication and get access tokens.
Parameters
Unified messages class for Authentication related messages, see Authentication.
Authenticator object which will be used to handle 2-factor authentication if necessary.
Unique identifier of requestor, also used for routing, portion of QR code.
Unique request ID to be presented by requestor at poll time.
Confirmation types that will be able to confirm the request.
Refresh interval with which requestor should call PollAuthSessionStatus.
Inheritors
Constructors
Properties
Functions
Polls for authentication status once. Prefer using pollingWaitForResult instead.
Handle any 2-factor authentication, and if necessary poll for updates until authentication succeeds.
Blocking, compat function for Java mostly: Handle any 2-factor authentication, and if necessary poll for updates until authentication succeeds.