ICognitoOpenIDConnectTokenResponse
Interface in AWS.CognitoOIDC
Interface for Token responses.
Ancestors
Properties
AccessToken
property AccessToken: string
The access token.
ExpiresIn
property ExpiresIn: TOptional<Integer>
The number of seconds until the tokens expire.
IdToken
property IdToken: string
The ID token.
RefreshToken
property RefreshToken: string
The refresh token.
TokenType
property TokenType: string
The token type.