| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
JwtBearerGrant |
JwtBearerGrant.clone() |
JwtBearerGrant |
Grant.getJwtBearer()
Configuration options for the
urn:ietf:params:oauth:grant-type:jwt-bearer grant type. |
JwtBearerGrant |
JwtBearerGrant.withAuthorizedTokenIssuers(AuthorizedTokenIssuer... authorizedTokenIssuers)
A list of allowed token issuers trusted by the Identity Center instances for this application.
|
JwtBearerGrant |
JwtBearerGrant.withAuthorizedTokenIssuers(Collection<AuthorizedTokenIssuer> authorizedTokenIssuers)
A list of allowed token issuers trusted by the Identity Center instances for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grant.setJwtBearer(JwtBearerGrant jwtBearer)
Configuration options for the
urn:ietf:params:oauth:grant-type:jwt-bearer grant type. |
Grant |
Grant.withJwtBearer(JwtBearerGrant jwtBearer)
Configuration options for the
urn:ietf:params:oauth:grant-type:jwt-bearer grant type. |
Copyright © 2025. All rights reserved.