class Aws::SSOOIDC::Types::RegisterClientResponse


@see docs.aws.amazon.com/goto/WebAPI/sso-oidc-2019-06-10/RegisterClientResponse AWS API Documentation
@return [String]
An endpoint that the client can use to create tokens.
@!attribute [rw] token_endpoint
@return [String]
An endpoint that the client can use to request authorization.
@!attribute [rw] authorization_endpoint
@return [Integer]
become invalid.
Indicates the time at which the ‘clientId` and `clientSecret` will
@!attribute [rw] client_secret_expires_at
@return [Integer]
issued.
Indicates the time at which the `clientId` and `clientSecret` were
@!attribute [rw] client_id_issued_at
@return [String]
string to get authenticated by the service in subsequent calls.
A secret string generated for the client. The client will use this
@!attribute [rw] client_secret
@return [String]
identifier to get authenticated by the service in subsequent calls.
The unique identifier string for each client. This client uses this
@!attribute [rw] client_id