static CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.builder() |
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.domainPrefix(String domainPrefix) |
The domain prefix for 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.oAuthGrantType(OAuthGrantType 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(String... 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.redirectSignInURIs(String... redirectSignInURIs) |
The redirected URI for signing in to 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.redirectSignOutURIs(String... redirectSignOutURIs) |
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
CreateBackendAuthOAuthConfig.Builder |
CreateBackendAuthOAuthConfig.Builder.redirectSignOutURIs(Collection<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() |
|