ISSOOIDCRegisterClientResponse
Interface in AWS.SSOOIDC
Interface for RegisterClient responses.
Ancestors
Properties
authorizationEndpoint
property authorizationEndpoint: string
The endpoint where the client can request authorization.
clientId
property clientId: string
The unique identifier for the client.
clientIdIssuedAt
property clientIdIssuedAt: TDateTime
Provides the date and time at which the clientId and clientSecret were issued.
clientSecret
property clientSecret: string
The secret generated for the client.
clientSecretExpiresAt
property clientSecretExpiresAt: TDateTime
Provides the date and time at which the clientId and clientSecret will expire.
tokenEndpoint
property tokenEndpoint: string
The endpoint where the client can get an access token.