| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuthFlowType |
OAuthFlowType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<OAuthFlowType> |
UserPoolClientType.allowedOAuthFlows()
The allowed OAuth flows.
|
List<OAuthFlowType> |
UpdateUserPoolClientRequest.allowedOAuthFlows()
The allowed OAuth flows.
|
List<OAuthFlowType> |
CreateUserPoolClientRequest.allowedOAuthFlows()
The allowed OAuth flows.
|
static Set<OAuthFlowType> |
OAuthFlowType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The allowed OAuth flows.
|
UpdateUserPoolClientRequest.Builder |
UpdateUserPoolClientRequest.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The allowed OAuth flows.
|
CreateUserPoolClientRequest.Builder |
CreateUserPoolClientRequest.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The allowed OAuth flows.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)
The allowed OAuth flows.
|
UpdateUserPoolClientRequest.Builder |
UpdateUserPoolClientRequest.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)
The allowed OAuth flows.
|
CreateUserPoolClientRequest.Builder |
CreateUserPoolClientRequest.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)
The allowed OAuth flows.
|
Copyright © 2022. All rights reserved.