| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuthGrantType |
OAuthGrantType.fromValue(String value)
Use this in place of valueOf.
|
static OAuthGrantType |
OAuthGrantType.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withOAuthGrantType(OAuthGrantType oAuthGrantType)
The OAuth grant type to allow app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withOAuthGrantType(OAuthGrantType oAuthGrantType)
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
|
Copyright © 2024. All rights reserved.