| 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> |
UpdateUserPoolClientRequest.allowedOAuthFlows()
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
List<OAuthFlowType> |
UserPoolClientType.allowedOAuthFlows()
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
List<OAuthFlowType> |
CreateUserPoolClientRequest.allowedOAuthFlows()
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
static Set<OAuthFlowType> |
OAuthFlowType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPoolClientRequest.Builder |
UpdateUserPoolClientRequest.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
CreateUserPoolClientRequest.Builder |
CreateUserPoolClientRequest.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPoolClientRequest.Builder |
UpdateUserPoolClientRequest.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
CreateUserPoolClientRequest.Builder |
CreateUserPoolClientRequest.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
Copyright © 2019. All rights reserved.