class Aws::SSOOIDC::Types::StartDeviceAuthorizationResponse

@!attribute [rw] device_code

The short-lived code that is used by the device when polling for a
session token.
@return [String]

@!attribute [rw] user_code

A one-time user verification code. This is needed to authorize an
in-use device.
@return [String]

@!attribute [rw] verification_uri

The URI of the verification page that takes the `userCode` to
authorize the device.
@return [String]

@!attribute [rw] verification_uri_complete

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.
@return [String]

@!attribute [rw] expires_in

Indicates the number of seconds in which the verification code will
become invalid.
@return [Integer]

@!attribute [rw] interval

Indicates the number of seconds the client must wait between
attempts when polling for a session.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sso-oidc-2019-06-10/StartDeviceAuthorizationResponse AWS API Documentation