| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateResourceServerResponse |
CognitoIdentityProviderClient.createResourceServer(Consumer<CreateResourceServerRequest.Builder> createResourceServerRequest)
Creates a new OAuth2.0 resource server and defines custom scopes within it.
|
default CreateResourceServerResponse |
CognitoIdentityProviderClient.createResourceServer(CreateResourceServerRequest createResourceServerRequest)
Creates a new OAuth2.0 resource server and defines custom scopes within it.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateResourceServerResponse> |
CognitoIdentityProviderAsyncClient.createResourceServer(Consumer<CreateResourceServerRequest.Builder> createResourceServerRequest)
Creates a new OAuth2.0 resource server and defines custom scopes within it.
|
default CompletableFuture<CreateResourceServerResponse> |
CognitoIdentityProviderAsyncClient.createResourceServer(CreateResourceServerRequest createResourceServerRequest)
Creates a new OAuth2.0 resource server and defines custom scopes within it.
|
Copyright © 2023. All rights reserved.