| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuthGrantType |
OAuthGrantType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OAuthGrantType |
CreateBackendAuthOAuthConfig.oAuthGrantType()
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
|
OAuthGrantType |
UpdateBackendAuthOAuthConfig.oAuthGrantType()
The OAuth grant type to allow app users to authenticate from your Amplify app.
|
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 |
|---|---|
static Set<OAuthGrantType> |
OAuthGrantType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.oAuthGrantType(OAuthGrantType oAuthGrantType)
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.oAuthGrantType(OAuthGrantType oAuthGrantType)
The OAuth grant type to allow app users to authenticate from your Amplify app.
|
Copyright © 2022. All rights reserved.