| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuthScopesElement |
OAuthScopesElement.fromValue(String value)
Use this in place of valueOf.
|
static OAuthScopesElement |
OAuthScopesElement.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withOAuthScopes(OAuthScopesElement... oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withOAuthScopes(OAuthScopesElement... oAuthScopes)
List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.
|
Copyright © 2025. All rights reserved.