| Modifier and Type | Field and Description |
|---|---|
static UserPoolClientIdentityProvider |
UserPoolClientIdentityProvider.AMAZON
Allow users to sign in using 'Login With Amazon'.
|
static UserPoolClientIdentityProvider |
UserPoolClientIdentityProvider.APPLE
Allow users to sign in using 'Sign In With Apple'.
|
static UserPoolClientIdentityProvider |
UserPoolClientIdentityProvider.COGNITO
Allow users to sign in directly as a user of the User Pool.
|
static UserPoolClientIdentityProvider |
UserPoolClientIdentityProvider.FACEBOOK
Allow users to sign in using 'Facebook Login'.
|
static UserPoolClientIdentityProvider |
UserPoolClientIdentityProvider.GOOGLE
Allow users to sign in using 'Google Login'.
|
| Modifier and Type | Method and Description |
|---|---|
static UserPoolClientIdentityProvider |
UserPoolClientIdentityProvider.custom(String name)
Specify a provider not yet supported by the CDK.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserPoolClientIdentityProvider> |
UserPoolClientProps.Jsii$Proxy.getSupportedIdentityProviders() |
default List<UserPoolClientIdentityProvider> |
UserPoolClientOptions.getSupportedIdentityProviders()
The list of identity providers that users should be able to use to sign in using this client.
|
List<UserPoolClientIdentityProvider> |
UserPoolClientOptions.Jsii$Proxy.getSupportedIdentityProviders() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientProps.Builder |
UserPoolClientProps.Builder.supportedIdentityProviders(List<? extends UserPoolClientIdentityProvider> supportedIdentityProviders)
Sets the value of
UserPoolClientOptions.getSupportedIdentityProviders() |
UserPoolClientOptions.Builder |
UserPoolClientOptions.Builder.supportedIdentityProviders(List<? extends UserPoolClientIdentityProvider> supportedIdentityProviders)
Sets the value of
UserPoolClientOptions.getSupportedIdentityProviders() |
UserPoolClient.Builder |
UserPoolClient.Builder.supportedIdentityProviders(List<? extends UserPoolClientIdentityProvider> supportedIdentityProviders)
The list of identity providers that users should be able to use to sign in using this client.
|
Copyright © 2022. All rights reserved.