class Aws::SSOOIDC::Types::RegisterClientResponse

@!attribute [rw] client_id

The unique identifier string for each client. This client uses this
identifier to get authenticated by the service in subsequent calls.
@return [String]

@!attribute [rw] client_secret

A secret string generated for the client. The client will use this
string to get authenticated by the service in subsequent calls.
@return [String]

@!attribute [rw] client_id_issued_at

Indicates the time at which the `clientId` and `clientSecret` were
issued.
@return [Integer]

@!attribute [rw] client_secret_expires_at

Indicates the time at which the `clientId` and `clientSecret` will
become invalid.
@return [Integer]

@!attribute [rw] authorization_endpoint

The endpoint where the client can request authorization.
@return [String]

@!attribute [rw] token_endpoint

The endpoint where the client can get an access token.
@return [String]

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

Constants

SENSITIVE