You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSOOIDC::Types::StartDeviceAuthorizationResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#device_codeString

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

Returns:

  • (String)

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

#expires_inInteger

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

Returns:

  • (Integer)

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

#intervalInteger

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

Returns:

  • (Integer)

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

#user_codeString

A one-time user verification code. This is needed to authorize an in-use device.

Returns:

  • (String)

    A one-time user verification code.

#verification_uriString

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

Returns:

  • (String)

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

#verification_uri_completeString

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.

Returns:

  • (String)

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