Skip to main content

ISSOOIDCCreateTokenResponse

Interface in AWS.SSOOIDC

Interface for CreateToken responses.

Ancestors

Properties

accessToken

property accessToken: string

An opaque token to access IAM Identity Center resources assigned to a user.

expiresIn

property expiresIn: Integer

Specifies the time in seconds when the accessToken will expire.

idToken

property idToken: string

Provides an identifier for the user associated with the access token.

Not currently implemented/supported.

refreshToken

property refreshToken: string

A token that can be used to refresh a previously issued access token once it has expired.

tokenType

property tokenType: string

Specifies the type of the access token.

The only supported type is BearerToken.