class Aws::SSOOIDC::Types::RegisterClientRequest

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

data as a hash:

    {
      client_name: "ClientName", # required
      client_type: "ClientType", # required
      scopes: ["Scope"],
    }

@!attribute [rw] client_name

The friendly name of the client.
@return [String]

@!attribute [rw] client_type

The type of client. The service supports only `public` as a client
type. Anything other than public will be rejected by the service.
@return [String]

@!attribute [rw] scopes

The list of scopes that are defined by the client. Upon
authorization, this list is used to restrict permissions when
granting an access token.
@return [Array<String>]

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

Constants

SENSITIVE