| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.builder() |
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.domainPrefix(String domainPrefix)
The Amazon Cognito domain prefix used to create a hosted UI for authentication.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.oAuthGrantType(OAuthGrantType oAuthGrantType)
The OAuth grant type to allow app users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.oAuthGrantType(String oAuthGrantType)
The OAuth grant type to allow app users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.oAuthScopes(Collection<OAuthScopesElement> oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.oAuthScopes(OAuthScopesElement... oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.oAuthScopesWithStrings(Collection<String> oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.oAuthScopesWithStrings(String... oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.redirectSignInURIs(Collection<String> redirectSignInURIs)
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.redirectSignInURIs(String... redirectSignInURIs)
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.redirectSignOutURIs(Collection<String> redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.redirectSignOutURIs(String... redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
default UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.socialProviderSettings(Consumer<SocialProviderSettings.Builder> socialProviderSettings)
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.Builder.socialProviderSettings(SocialProviderSettings socialProviderSettings)
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
|
UpdateBackendAuthOAuthConfig.Builder |
UpdateBackendAuthOAuthConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBackendAuthOAuthConfig.Builder> |
UpdateBackendAuthOAuthConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBackendAuthUserPoolConfig.Builder |
UpdateBackendAuthUserPoolConfig.Builder.oAuth(Consumer<UpdateBackendAuthOAuthConfig.Builder> oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
Copyright © 2023. All rights reserved.