| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssooidc |
AWS Single Sign-On (SSO) OpenID Connect (OIDC) is a web service that enables a client (such as AWS CLI or a native
application) to register with AWS SSO.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateTokenResponse |
SsoOidcClient.createToken(Consumer<CreateTokenRequest.Builder> createTokenRequest)
Creates and returns an access token for the authorized client.
|
default CreateTokenResponse |
SsoOidcClient.createToken(CreateTokenRequest createTokenRequest)
Creates and returns an access token for the authorized client.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateTokenResponse> |
SsoOidcAsyncClient.createToken(Consumer<CreateTokenRequest.Builder> createTokenRequest)
Creates and returns an access token for the authorized client.
|
default CompletableFuture<CreateTokenResponse> |
SsoOidcAsyncClient.createToken(CreateTokenRequest createTokenRequest)
Creates and returns an access token for the authorized client.
|
Copyright © 2021. All rights reserved.