| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuthFlowType |
OAuthFlowType.fromValue(String value)
Use this in place of valueOf.
|
static OAuthFlowType |
OAuthFlowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthFlowType[] |
OAuthFlowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The OAuth grant types that you want your app client to generate.
|
UserPoolClientType |
UserPoolClientType.withAllowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The allowed OAuth flows.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The allowed OAuth flows.
|
Copyright © 2024. All rights reserved.