| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
static ExplicitAuthFlowsType |
ExplicitAuthFlowsType.fromValue(String value)
Use this in place of valueOf.
|
static ExplicitAuthFlowsType |
ExplicitAuthFlowsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplicitAuthFlowsType[] |
ExplicitAuthFlowsType.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.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UserPoolClientType |
UserPoolClientType.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
Copyright © 2024. All rights reserved.