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

Class: Aws::SSOOIDC::Types::RegisterClientResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpointString

The endpoint where the client can request authorization.

Returns:

  • (String)

    The endpoint where the client can request authorization.

#client_idString

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

Returns:

  • (String)

    The unique identifier string for each client.

#client_id_issued_atInteger

Indicates the time at which the clientId and clientSecret were issued.

Returns:

  • (Integer)

    Indicates the time at which the clientId and clientSecret were issued.

#client_secretString

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

Returns:

  • (String)

    A secret string generated for the client.

#client_secret_expires_atInteger

Indicates the time at which the clientId and clientSecret will become invalid.

Returns:

  • (Integer)

    Indicates the time at which the clientId and clientSecret will become invalid.

#token_endpointString

The endpoint where the client can get an access token.

Returns:

  • (String)

    The endpoint where the client can get an access token.