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

Class: Aws::SSOOIDC::Types::StartDeviceAuthorizationRequest

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

Overview

Note:

When passing StartDeviceAuthorizationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  client_id: "ClientId", # required
  client_secret: "ClientSecret", # required
  start_url: "URI", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The unique identifier string for the client that is registered with AWS SSO. This value should come from the persisted result of the RegisterClient API operation.

Returns:

  • (String)

    The unique identifier string for the client that is registered with AWS SSO.

#client_secretString

A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.

Returns:

  • (String)

    A secret string that is generated for the client.

#start_urlString

The URL for the AWS SSO user portal. For more information, see Using the User Portal in the AWS Single Sign-On User Guide.

Returns:

  • (String)

    The URL for the AWS SSO user portal.