| Package | Description |
|---|---|
| com.amazonaws.services.ssooidc |
AWS IAM Identity Center (successor to AWS Single Sign-On) OpenID Connect (OIDC) is a web service that enables a
client (such as AWS CLI or a native application) to register with IAM Identity Center.
|
| com.amazonaws.services.ssooidc.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartDeviceAuthorizationResult> |
AWSSSOOIDCAsyncClient.startDeviceAuthorizationAsync(StartDeviceAuthorizationRequest request,
AsyncHandler<StartDeviceAuthorizationRequest,StartDeviceAuthorizationResult> asyncHandler) |
Future<StartDeviceAuthorizationResult> |
AWSSSOOIDCAsync.startDeviceAuthorizationAsync(StartDeviceAuthorizationRequest startDeviceAuthorizationRequest,
AsyncHandler<StartDeviceAuthorizationRequest,StartDeviceAuthorizationResult> asyncHandler)
Initiates device authorization by requesting a pair of verification codes from the authorization service.
|
Future<StartDeviceAuthorizationResult> |
AbstractAWSSSOOIDCAsync.startDeviceAuthorizationAsync(StartDeviceAuthorizationRequest request,
AsyncHandler<StartDeviceAuthorizationRequest,StartDeviceAuthorizationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartDeviceAuthorizationRequest |
StartDeviceAuthorizationRequest.clone() |
StartDeviceAuthorizationRequest |
StartDeviceAuthorizationRequest.withClientId(String clientId)
The unique identifier string for the client that is registered with IAM Identity Center.
|
StartDeviceAuthorizationRequest |
StartDeviceAuthorizationRequest.withClientSecret(String clientSecret)
A secret string that is generated for the client.
|
StartDeviceAuthorizationRequest |
StartDeviceAuthorizationRequest.withStartUrl(String startUrl)
The URL for the AWS access portal.
|
Copyright © 2023. All rights reserved.