| 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.
|
default StartDeviceAuthorizationResponse |
SsoOidcClient.startDeviceAuthorization(Consumer<StartDeviceAuthorizationRequest.Builder> startDeviceAuthorizationRequest)
Initiates device authorization by requesting a pair of verification codes from the authorization service.
|
default StartDeviceAuthorizationResponse |
SsoOidcClient.startDeviceAuthorization(StartDeviceAuthorizationRequest startDeviceAuthorizationRequest)
Initiates device authorization by requesting a pair of verification codes from the authorization service.
|
Copyright © 2020. All rights reserved.