| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuthScopesElement |
OAuthScopesElement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<OAuthScopesElement> |
OAuthScopesElement.knownValues()
|
List<OAuthScopesElement> |
UpdateBackendAuthOAuthConfig.oAuthScopes()
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
List<OAuthScopesElement> |
CreateBackendAuthOAuthConfig.oAuthScopes()
List of OAuth-related flows that allow your app users to authenticate from your Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.oAuthScopes(OAuthScopesElement... oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.oAuthScopes(OAuthScopesElement... oAuthScopes)
List of OAuth-related flows that allow your app users to authenticate from your Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.oAuthScopes(Collection<OAuthScopesElement> oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.oAuthScopes(Collection<OAuthScopesElement> oAuthScopes)
List of OAuth-related flows that allow your app users to authenticate from your Amplify app.
|
Copyright © 2021. All rights reserved.