| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.clone() |
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthUserPoolConfig.getOAuth()
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withDomainPrefix(String domainPrefix)
The Amazon Cognito domain prefix used to create a hosted UI for authentication.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withOAuthGrantType(OAuthGrantType oAuthGrantType)
The OAuth grant type to allow app users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withOAuthGrantType(String oAuthGrantType)
The OAuth grant type to allow app users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withOAuthScopes(Collection<String> oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withOAuthScopes(OAuthScopesElement... oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withOAuthScopes(String... oAuthScopes)
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withRedirectSignInURIs(Collection<String> redirectSignInURIs)
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withRedirectSignInURIs(String... redirectSignInURIs)
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withRedirectSignOutURIs(Collection<String> redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withRedirectSignOutURIs(String... redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withSocialProviderSettings(SocialProviderSettings socialProviderSettings)
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBackendAuthUserPoolConfig.setOAuth(UpdateBackendAuthOAuthConfig oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
UpdateBackendAuthUserPoolConfig |
UpdateBackendAuthUserPoolConfig.withOAuth(UpdateBackendAuthOAuthConfig oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
Copyright © 2021. All rights reserved.