Uses of Class
software.amazon.awssdk.services.amplifybackend.model.OAuthGrantType
-
Packages that use OAuthGrantType Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of OAuthGrantType in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return OAuthGrantType Modifier and Type Method Description static OAuthGrantTypeOAuthGrantType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OAuthGrantTypeCreateBackendAuthOAuthConfig. oAuthGrantType()The OAuth grant type that you use to allow app users to authenticate from your Amplify app.OAuthGrantTypeUpdateBackendAuthOAuthConfig. oAuthGrantType()The OAuth grant type to allow app users to authenticate from your Amplify app.static OAuthGrantTypeOAuthGrantType. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuthGrantType[]OAuthGrantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type OAuthGrantType Modifier and Type Method Description static Set<OAuthGrantType>OAuthGrantType. knownValues()Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type OAuthGrantType Modifier and Type Method Description CreateBackendAuthOAuthConfig.BuilderCreateBackendAuthOAuthConfig.Builder. oAuthGrantType(OAuthGrantType oAuthGrantType)The OAuth grant type that you use to allow app users to authenticate from your Amplify app.UpdateBackendAuthOAuthConfig.BuilderUpdateBackendAuthOAuthConfig.Builder. oAuthGrantType(OAuthGrantType oAuthGrantType)The OAuth grant type to allow app users to authenticate from your Amplify app.
-