Uses of Class
software.amazon.awssdk.services.amplifybackend.model.OAuthScopesElement
-
Packages that use OAuthScopesElement Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of OAuthScopesElement in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return OAuthScopesElement Modifier and Type Method Description static OAuthScopesElementOAuthScopesElement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OAuthScopesElementOAuthScopesElement. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuthScopesElement[]OAuthScopesElement. 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 OAuthScopesElement Modifier and Type Method Description static Set<OAuthScopesElement>OAuthScopesElement. knownValues()List<OAuthScopesElement>CreateBackendAuthOAuthConfig. oAuthScopes()List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.List<OAuthScopesElement>UpdateBackendAuthOAuthConfig. oAuthScopes()The list of OAuth-related flows that can allow users to authenticate from your Amplify app.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type OAuthScopesElement Modifier and Type Method Description CreateBackendAuthOAuthConfig.BuilderCreateBackendAuthOAuthConfig.Builder. oAuthScopes(OAuthScopesElement... oAuthScopes)List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.UpdateBackendAuthOAuthConfig.BuilderUpdateBackendAuthOAuthConfig.Builder. oAuthScopes(OAuthScopesElement... oAuthScopes)The list of OAuth-related flows that can allow users to authenticate from your Amplify app.Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type OAuthScopesElement Modifier and Type Method Description CreateBackendAuthOAuthConfig.BuilderCreateBackendAuthOAuthConfig.Builder. oAuthScopes(Collection<OAuthScopesElement> oAuthScopes)List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.UpdateBackendAuthOAuthConfig.BuilderUpdateBackendAuthOAuthConfig.Builder. oAuthScopes(Collection<OAuthScopesElement> oAuthScopes)The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
-