public static interface UpdateBackendAuthOAuthConfig.Builder extends SdkPojo, CopyableBuilder<UpdateBackendAuthOAuthConfig.Builder,UpdateBackendAuthOAuthConfig>
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthOAuthConfig.Builder |
domainPrefix(String domainPrefix)
The Amazon Cognito domain prefix used to create a hosted UI for authentication.
|
UpdateBackendAuthOAuthConfig.Builder |
oAuthGrantType(OAuthGrantType oAuthGrantType)
The OAuth grant type to allow app users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
oAuthGrantType(String oAuthGrantType)
The OAuth grant type to allow app users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
oAuthScopes(Collection<OAuthScopesElement> oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
oAuthScopes(OAuthScopesElement... oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
oAuthScopesWithStrings(Collection<String> oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
oAuthScopesWithStrings(String... oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
redirectSignInURIs(Collection<String> redirectSignInURIs)
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
redirectSignInURIs(String... redirectSignInURIs)
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
redirectSignOutURIs(Collection<String> redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
UpdateBackendAuthOAuthConfig.Builder |
redirectSignOutURIs(String... redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
default UpdateBackendAuthOAuthConfig.Builder |
socialProviderSettings(Consumer<SocialProviderSettings.Builder> socialProviderSettings)
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
|
UpdateBackendAuthOAuthConfig.Builder |
socialProviderSettings(SocialProviderSettings socialProviderSettings)
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBackendAuthOAuthConfig.Builder domainPrefix(String domainPrefix)
The Amazon Cognito domain prefix used to create a hosted UI for authentication.
domainPrefix - The Amazon Cognito domain prefix used to create a hosted UI for authentication.UpdateBackendAuthOAuthConfig.Builder oAuthGrantType(String oAuthGrantType)
The OAuth grant type to allow app users to authenticate from your Amplify app.
oAuthGrantType - The OAuth grant type to allow app users to authenticate from your Amplify app.OAuthGrantType,
OAuthGrantTypeUpdateBackendAuthOAuthConfig.Builder oAuthGrantType(OAuthGrantType oAuthGrantType)
The OAuth grant type to allow app users to authenticate from your Amplify app.
oAuthGrantType - The OAuth grant type to allow app users to authenticate from your Amplify app.OAuthGrantType,
OAuthGrantTypeUpdateBackendAuthOAuthConfig.Builder oAuthScopesWithStrings(Collection<String> oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
oAuthScopes - The list of OAuth-related flows that can allow users to authenticate from your Amplify app.UpdateBackendAuthOAuthConfig.Builder oAuthScopesWithStrings(String... oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
oAuthScopes - The list of OAuth-related flows that can allow users to authenticate from your Amplify app.UpdateBackendAuthOAuthConfig.Builder oAuthScopes(Collection<OAuthScopesElement> oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
oAuthScopes - The list of OAuth-related flows that can allow users to authenticate from your Amplify app.UpdateBackendAuthOAuthConfig.Builder oAuthScopes(OAuthScopesElement... oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
oAuthScopes - The list of OAuth-related flows that can allow users to authenticate from your Amplify app.UpdateBackendAuthOAuthConfig.Builder redirectSignInURIs(Collection<String> redirectSignInURIs)
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
redirectSignInURIs - Redirect URLs that OAuth uses when a user signs in to an Amplify app.UpdateBackendAuthOAuthConfig.Builder redirectSignInURIs(String... redirectSignInURIs)
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
redirectSignInURIs - Redirect URLs that OAuth uses when a user signs in to an Amplify app.UpdateBackendAuthOAuthConfig.Builder redirectSignOutURIs(Collection<String> redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
redirectSignOutURIs - Redirect URLs that OAuth uses when a user signs out of an Amplify app.UpdateBackendAuthOAuthConfig.Builder redirectSignOutURIs(String... redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
redirectSignOutURIs - Redirect URLs that OAuth uses when a user signs out of an Amplify app.UpdateBackendAuthOAuthConfig.Builder socialProviderSettings(SocialProviderSettings socialProviderSettings)
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
socialProviderSettings - Describes third-party social federation configurations for allowing your users to sign in with OAuth.default UpdateBackendAuthOAuthConfig.Builder socialProviderSettings(Consumer<SocialProviderSettings.Builder> socialProviderSettings)
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
This is a convenience that creates an instance of theSocialProviderSettings.Builder avoiding the
need to create one manually via SocialProviderSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to socialProviderSettings(SocialProviderSettings).socialProviderSettings - a consumer that will call methods on SocialProviderSettings.BuildersocialProviderSettings(SocialProviderSettings)Copyright © 2022. All rights reserved.