@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.313Z") @Stability(value=Experimental) public class UserPoolClientIdentityProvider extends software.amazon.jsii.JsiiObject
| Modifier and Type | Field and Description |
|---|---|
static UserPoolClientIdentityProvider |
AMAZON
(experimental) Allow users to sign in using 'Login With Amazon'.
|
static UserPoolClientIdentityProvider |
APPLE
(experimental) Allow users to sign in using 'Sign In With Apple'.
|
static UserPoolClientIdentityProvider |
COGNITO
(experimental) Allow users to sign in directly as a user of the User Pool.
|
static UserPoolClientIdentityProvider |
FACEBOOK
(experimental) Allow users to sign in using 'Facebook Login'.
|
static UserPoolClientIdentityProvider |
GOOGLE
(experimental) Allow users to sign in using 'Google Login'.
|
| Modifier | Constructor and Description |
|---|---|
protected |
UserPoolClientIdentityProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
UserPoolClientIdentityProvider(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolClientIdentityProvider |
custom(String name)
(experimental) Specify a provider not yet supported by the CDK.
|
String |
getName()
(experimental) The name of the identity provider as recognized by CloudFormation property `SupportedIdentityProviders`.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final UserPoolClientIdentityProvider AMAZON
A UserPoolIdentityProviderAmazon must be attached to the user pool.
@Stability(value=Experimental) public static final UserPoolClientIdentityProvider APPLE
A UserPoolIdentityProviderApple must be attached to the user pool.
@Stability(value=Experimental) public static final UserPoolClientIdentityProvider COGNITO
@Stability(value=Experimental) public static final UserPoolClientIdentityProvider FACEBOOK
A UserPoolIdentityProviderFacebook must be attached to the user pool.
@Stability(value=Experimental) public static final UserPoolClientIdentityProvider GOOGLE
A UserPoolIdentityProviderGoogle must be attached to the user pool.
protected UserPoolClientIdentityProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected UserPoolClientIdentityProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static UserPoolClientIdentityProvider custom(@NotNull String name)
name - name of the identity provider as recognized by CloudFormation property `SupportedIdentityProviders`. This parameter is required.@Stability(value=Experimental) @NotNull public String getName()
Copyright © 2021. All rights reserved.