Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.OAuthFlowType
Packages that use OAuthFlowType
-
Uses of OAuthFlowType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return OAuthFlowTypeModifier and TypeMethodDescriptionstatic OAuthFlowTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static OAuthFlowTypeReturns 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 OAuthFlowTypeModifier and TypeMethodDescriptionfinal List<OAuthFlowType>CreateUserPoolClientRequest.allowedOAuthFlows()The OAuth grant types that you want your app client to generate for clients in managed login authentication.final List<OAuthFlowType>UpdateUserPoolClientRequest.allowedOAuthFlows()The OAuth grant types that you want your app client to generate.final List<OAuthFlowType>UserPoolClientType.allowedOAuthFlows()The OAuth grant types that you want your app client to generate.static Set<OAuthFlowType>OAuthFlowType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type OAuthFlowTypeModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows) The OAuth grant types that you want your app client to generate for clients in managed login authentication.UpdateUserPoolClientRequest.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows) The OAuth grant types that you want your app client to generate.UserPoolClientType.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows) The OAuth grant types that you want your app client to generate.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type OAuthFlowTypeModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows) The OAuth grant types that you want your app client to generate for clients in managed login authentication.UpdateUserPoolClientRequest.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows) The OAuth grant types that you want your app client to generate.UserPoolClientType.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows) The OAuth grant types that you want your app client to generate.