| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.clone() |
CreateBackendAuthOAuthConfig |
CreateBackendAuthUserPoolConfig.getOAuth()
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withDomainPrefix(String domainPrefix)
The domain prefix for your Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withOAuthGrantType(OAuthGrantType oAuthGrantType)
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withOAuthGrantType(String oAuthGrantType)
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withOAuthScopes(Collection<String> oAuthScopes)
List of OAuth-related flows that allow your app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withOAuthScopes(OAuthScopesElement... oAuthScopes)
List of OAuth-related flows that allow your app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withOAuthScopes(String... oAuthScopes)
List of OAuth-related flows that allow your app users to authenticate from your Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withRedirectSignInURIs(Collection<String> redirectSignInURIs)
The redirected URI for signing in to your Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withRedirectSignInURIs(String... redirectSignInURIs)
The redirected URI for signing in to your Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withRedirectSignOutURIs(Collection<String> redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withRedirectSignOutURIs(String... redirectSignOutURIs)
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withSocialProviderSettings(SocialProviderSettings socialProviderSettings)
The settings for using social identity providers for access to your Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBackendAuthUserPoolConfig.setOAuth(CreateBackendAuthOAuthConfig oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withOAuth(CreateBackendAuthOAuthConfig 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.