| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.builder() |
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.domainPrefix(String domainPrefix)
The domain prefix for your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.oAuthGrantType(OAuthGrantType oAuthGrantType)
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.oAuthGrantType(String oAuthGrantType)
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.oAuthScopes(Collection<OAuthScopesElement> oAuthScopes)
List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.oAuthScopes(OAuthScopesElement... oAuthScopes)
List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.oAuthScopesWithStrings(Collection<String> oAuthScopes)
List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.oAuthScopesWithStrings(String... oAuthScopes)
List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.redirectSignInURIs(Collection<String> redirectSignInURIs)
The redirected URI for signing in to your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.redirectSignInURIs(String... redirectSignInURIs)
The redirected URI for signing in to your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.redirectSignOutURIs(Collection<String> redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.redirectSignOutURIs(String... redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
default CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.socialProviderSettings(Consumer<SocialProviderSettings.Builder> socialProviderSettings)
The settings for using social providers to access your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.socialProviderSettings(SocialProviderSettings socialProviderSettings)
The settings for using social providers to access your Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBackendAuthOAuthConfig.Builder> |
CreateBackendAuthOAuthConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateBackendAuthUserPoolConfig.Builder |
CreateBackendAuthUserPoolConfig.Builder.oAuth(Consumer<CreateBackendAuthOAuthConfig.Builder> oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
Copyright © 2022. All rights reserved.