Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.InvalidOAuthFlowException
-
Packages that use InvalidOAuthFlowException Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of InvalidOAuthFlowException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw InvalidOAuthFlowException Modifier and Type Method Description default CreateUserPoolClientResponseCognitoIdentityProviderClient. createUserPoolClient(Consumer<CreateUserPoolClientRequest.Builder> createUserPoolClientRequest)Creates an app client in a user pool.default CreateUserPoolClientResponseCognitoIdentityProviderClient. createUserPoolClient(CreateUserPoolClientRequest createUserPoolClientRequest)Creates an app client in a user pool.default UpdateUserPoolClientResponseCognitoIdentityProviderClient. updateUserPoolClient(Consumer<UpdateUserPoolClientRequest.Builder> updateUserPoolClientRequest)Updates the specified user pool app client with the specified attributes.default UpdateUserPoolClientResponseCognitoIdentityProviderClient. updateUserPoolClient(UpdateUserPoolClientRequest updateUserPoolClientRequest)Updates the specified user pool app client with the specified attributes.
-