| Package | Description |
|---|---|
| com.amazonaws.services.ssooidc |
IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI or a native
application) to register with IAM Identity Center.
|
| com.amazonaws.services.ssooidc.model |
| Modifier and Type | Method and Description |
|---|---|
CreateTokenWithIAMResult |
AbstractAWSSSOOIDC.createTokenWithIAM(CreateTokenWithIAMRequest request) |
CreateTokenWithIAMResult |
AWSSSOOIDC.createTokenWithIAM(CreateTokenWithIAMRequest createTokenWithIAMRequest)
Creates and returns access and refresh tokens for clients and applications that are authenticated using IAM
entities.
|
CreateTokenWithIAMResult |
AWSSSOOIDCClient.createTokenWithIAM(CreateTokenWithIAMRequest request)
Creates and returns access and refresh tokens for clients and applications that are authenticated using IAM
entities.
|
Future<CreateTokenWithIAMResult> |
AbstractAWSSSOOIDCAsync.createTokenWithIAMAsync(CreateTokenWithIAMRequest request) |
Future<CreateTokenWithIAMResult> |
AWSSSOOIDCAsync.createTokenWithIAMAsync(CreateTokenWithIAMRequest createTokenWithIAMRequest)
Creates and returns access and refresh tokens for clients and applications that are authenticated using IAM
entities.
|
Future<CreateTokenWithIAMResult> |
AWSSSOOIDCAsyncClient.createTokenWithIAMAsync(CreateTokenWithIAMRequest request) |
Future<CreateTokenWithIAMResult> |
AbstractAWSSSOOIDCAsync.createTokenWithIAMAsync(CreateTokenWithIAMRequest request,
AsyncHandler<CreateTokenWithIAMRequest,CreateTokenWithIAMResult> asyncHandler) |
Future<CreateTokenWithIAMResult> |
AWSSSOOIDCAsync.createTokenWithIAMAsync(CreateTokenWithIAMRequest createTokenWithIAMRequest,
AsyncHandler<CreateTokenWithIAMRequest,CreateTokenWithIAMResult> asyncHandler)
Creates and returns access and refresh tokens for clients and applications that are authenticated using IAM
entities.
|
Future<CreateTokenWithIAMResult> |
AWSSSOOIDCAsyncClient.createTokenWithIAMAsync(CreateTokenWithIAMRequest request,
AsyncHandler<CreateTokenWithIAMRequest,CreateTokenWithIAMResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTokenWithIAMResult> |
AbstractAWSSSOOIDCAsync.createTokenWithIAMAsync(CreateTokenWithIAMRequest request,
AsyncHandler<CreateTokenWithIAMRequest,CreateTokenWithIAMResult> asyncHandler) |
Future<CreateTokenWithIAMResult> |
AWSSSOOIDCAsync.createTokenWithIAMAsync(CreateTokenWithIAMRequest createTokenWithIAMRequest,
AsyncHandler<CreateTokenWithIAMRequest,CreateTokenWithIAMResult> asyncHandler)
Creates and returns access and refresh tokens for clients and applications that are authenticated using IAM
entities.
|
Future<CreateTokenWithIAMResult> |
AWSSSOOIDCAsyncClient.createTokenWithIAMAsync(CreateTokenWithIAMRequest request,
AsyncHandler<CreateTokenWithIAMRequest,CreateTokenWithIAMResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.clone() |
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withAssertion(String assertion)
Used only when calling this API for the JWT Bearer grant type.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withClientId(String clientId)
The unique identifier string for the client or application.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withCode(String code)
Used only when calling this API for the Authorization Code grant type.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withCodeVerifier(String codeVerifier)
Used only when calling this API for the Authorization Code grant type.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withGrantType(String grantType)
Supports the following OAuth grant types: Authorization Code, Refresh Token, JWT Bearer, and Token Exchange.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withRedirectUri(String redirectUri)
Used only when calling this API for the Authorization Code grant type.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withRefreshToken(String refreshToken)
Used only when calling this API for the Refresh Token grant type.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withRequestedTokenType(String requestedTokenType)
Used only when calling this API for the Token Exchange grant type.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withScope(Collection<String> scope)
The list of scopes for which authorization is requested.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withScope(String... scope)
The list of scopes for which authorization is requested.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withSubjectToken(String subjectToken)
Used only when calling this API for the Token Exchange grant type.
|
CreateTokenWithIAMRequest |
CreateTokenWithIAMRequest.withSubjectTokenType(String subjectTokenType)
Used only when calling this API for the Token Exchange grant type.
|
Copyright © 2025. All rights reserved.