| 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 |
AWSSSOOIDCClient.createTokenWithIAM(CreateTokenWithIAMRequest request)
Creates and returns access and refresh tokens for clients and applications that are authenticated using IAM
entities.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTokenWithIAMResult> |
AWSSSOOIDCAsyncClient.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> |
AbstractAWSSSOOIDCAsync.createTokenWithIAMAsync(CreateTokenWithIAMRequest request,
AsyncHandler<CreateTokenWithIAMRequest,CreateTokenWithIAMResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTokenWithIAMResult |
CreateTokenWithIAMResult.clone() |
CreateTokenWithIAMResult |
CreateTokenWithIAMResult.withAccessToken(String accessToken)
A bearer token to access Amazon Web Services accounts and applications assigned to a user.
|
CreateTokenWithIAMResult |
CreateTokenWithIAMResult.withExpiresIn(Integer expiresIn)
Indicates the time in seconds when an access token will expire.
|
CreateTokenWithIAMResult |
CreateTokenWithIAMResult.withIdToken(String idToken)
A JSON Web Token (JWT) that identifies the user associated with the issued access token.
|
CreateTokenWithIAMResult |
CreateTokenWithIAMResult.withIssuedTokenType(String issuedTokenType)
Indicates the type of tokens that are issued by IAM Identity Center.
|
CreateTokenWithIAMResult |
CreateTokenWithIAMResult.withRefreshToken(String refreshToken)
A token that, if present, can be used to refresh a previously issued access token that might have expired.
|
CreateTokenWithIAMResult |
CreateTokenWithIAMResult.withScope(Collection<String> scope)
The list of scopes for which authorization is granted.
|
CreateTokenWithIAMResult |
CreateTokenWithIAMResult.withScope(String... scope)
The list of scopes for which authorization is granted.
|
CreateTokenWithIAMResult |
CreateTokenWithIAMResult.withTokenType(String tokenType)
Used to notify the requester that the returned token is an access token.
|
Copyright © 2024. All rights reserved.