class Aws::SSOOIDC::Types::CreateTokenWithIAMRequest
@see docs.aws.amazon.com/goto/WebAPI/sso-oidc-2019-06-10/CreateTokenWithIAMRequest AWS API Documentation
@return [String]
authorization time.
validate the original code challenge value the client passed at
type. This value is generated by the client and presented to
Used only when calling this API for the Authorization Code grant
@!attribute [rw] code_verifier
@return [String]
* Refresh Token - ‘urn:ietf:params:oauth:token-type:refresh_token`
* Access Token - `urn:ietf:params:oauth:token-type:access_token`
receive. The following values are supported:
This value specifies the type of token that the requester can
Used only when calling this API for the Token Exchange grant type.
@!attribute [rw] requested_token_type
@return [String]
* Access Token - `urn:ietf:params:oauth:token-type:access_token`
of the exchange. The following value is supported:
This value specifies the type of token that is passed as the subject
Used only when calling this API for the Token Exchange grant type.
@!attribute [rw] subject_token_type
@return [String]
target audience.
authorized scopes that indicate the requested application as a
to a different client or application. The access token must have
subject token must be an access token issued by IAM Identity Center
This value specifies the subject of the exchange. The value of the
Used only when calling this API for the Token Exchange grant type.
@!attribute [rw] subject_token
@return [String]
that has registered to receive the authorization code.
type. This value specifies the location of the client or application
Used only when calling this API for the Authorization Code grant
@!attribute [rw] redirect_uri
@return [Array<String>]
default scopes: `openid`, `aws`, `sts:identity_context`.
scopes configured for the application, including the following
the value is not specified, IAM Identity Center authorizes all
token that is issued is limited to the scopes that are granted. If
The list of scopes for which authorization is requested. The access
@!attribute [rw] scope
@return [String]
Bearer GrantOptions for the application.
issuer. To authorize a trusted token issuer, configure the JWT
value specifies the JSON Web Token (JWT) issued by a trusted token
Used only when calling this API for the JWT Bearer grant type. This
@!attribute [rw] assertion
@return [String]<br>: docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/Welcome.html<br><br><br><br>Reference][1].
for Using this Guide* in the [IAM Identity Center OIDC API
current IAM Identity Center OIDC implementation, see *Considerations
For more information about the features and limitations of the
token, that might expire.
This token is used to refresh short-term tokens, such as the access
Used only when calling this API for the Refresh Token grant type.
@!attribute [rw] refresh_token
@return [String]
GrantOptions for the application.
Center to a redirect URI persisted in the Authorization Code
request. The code is obtained through a redirect from IAM Identity
type. This short-term code is used to identify this authorization
Used only when calling this API for the Authorization Code grant
@!attribute [rw] code
@return [String]
`urn:ietf:params:oauth:grant-type:token-exchange`
* Token Exchange -
* JWT Bearer - `urn:ietf:params:oauth:grant-type:jwt-bearer`
* Refresh Token - `refresh_token`
* Authorization Code - `authorization_code`
following values, depending on the grant type that you want:
Refresh Token, JWT Bearer, and Token Exchange. Specify one of the
Supports the following OAuth grant types: Authorization Code,
@!attribute [rw] grant_type
@return [String]
value is an application ARN that has OAuth grants configured.
The unique identifier string for the client or application. This
@!attribute [rw] client_id