Skip to main content

ISSOOIDCStartDeviceAuthorizationResponse

Interface in AWS.SSOOIDC

Interface for StartDeviceAuthorization responses.

Ancestors

Properties

deviceCode

property deviceCode: string

The short-lived code that is used by the device when polling for a session token.

expiresIn

property expiresIn: Integer

The number of seconds in which the verification code will become invalid.

interval

property interval: Integer

The number of seconds the client must wait between attempts when polling for a session.

userCode

property userCode: string

A one-time user verification code. Used to authorize an in-use device.

verificationUri

property verificationUri: string

The URI of the verification page that takes the userCode to authorize the device.

verificationUriComplete

property verificationUriComplete: string

An alternate URL that the client can use to automatically launch a browser.

This process skips the manual step in which the user visits the verification page and enters their code.