Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.OAuthFlowType
-
Packages that use OAuthFlowType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of OAuthFlowType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return OAuthFlowType Modifier and Type Method Description static OAuthFlowTypeOAuthFlowType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OAuthFlowTypeOAuthFlowType. 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type OAuthFlowType Modifier and Type Method Description List<OAuthFlowType>CreateUserPoolClientRequest. allowedOAuthFlows()The OAuth grant types that you want your app client to generate.List<OAuthFlowType>UpdateUserPoolClientRequest. allowedOAuthFlows()The allowed OAuth flows.List<OAuthFlowType>UserPoolClientType. allowedOAuthFlows()The allowed OAuth flows.static Set<OAuthFlowType>OAuthFlowType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type OAuthFlowType Modifier and Type Method Description CreateUserPoolClientRequest.BuilderCreateUserPoolClientRequest.Builder. allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)The OAuth grant types that you want your app client to generate.UpdateUserPoolClientRequest.BuilderUpdateUserPoolClientRequest.Builder. allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)The allowed OAuth flows.UserPoolClientType.BuilderUserPoolClientType.Builder. allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)The allowed OAuth flows.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type OAuthFlowType Modifier and Type Method Description CreateUserPoolClientRequest.BuilderCreateUserPoolClientRequest.Builder. allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)The OAuth grant types that you want your app client to generate.UpdateUserPoolClientRequest.BuilderUpdateUserPoolClientRequest.Builder. allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)The allowed OAuth flows.UserPoolClientType.BuilderUserPoolClientType.Builder. allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)The allowed OAuth flows.
-