Skip to main content

TSSOOIDCCreateTokenWithIAMRequest

Class in AWS.SSOOIDC

CreateTokenWithIAMRequest class.

Ancestors

Properties

assertion

property assertion: string

clientId

property clientId: string

code

property code: string

codeVerifier

property codeVerifier: string

grantType

property grantType: string

redirectUri

property redirectUri: string

refreshToken

property refreshToken: string

requestedTokenType

property requestedTokenType: string

scope

property scope: TList<string>

subjectToken

property subjectToken: string

subjectTokenType

property subjectTokenType: string

Constructors

Create

constructor Create(const AClientId, AGrantType: string);

Creates a new CreateTokenWithIAM request for initiating an IAM-authenticated token exchange using a specified OAuth2 grant type. This constructor sets the required client ID and grant type parameters.

Parameters

NameDescription
AClientIdThe client identifier registered with IAM Identity Center.
AGrantTypeThe OAuth2 grant type to use in the token request. Common values include:.