class Aws::SSOOIDC::Types::StartDeviceAuthorizationRequest

@note When making an API call, you may pass StartDeviceAuthorizationRequest

data as a hash:

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

@!attribute [rw] client_id

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

@!attribute [rw] client_secret

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

@!attribute [rw] start_url

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

[1]: https://docs.aws.amazon.com/singlesignon/latest/userguide/using-the-portal.html
@return [String]

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

Constants

SENSITIVE