@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:03.518Z") @Stability(value=Experimental) public class UserPoolAuthenticationProvider extends software.amazon.jsii.JsiiObject implements IUserPoolAuthenticationProvider
Example:
IdentityPool identityPool;
UserPool userPool = new UserPool(this, "Pool");
identityPool.addUserPoolAuthentication(UserPoolAuthenticationProvider.Builder.create()
.userPool(userPool)
.disableServerSideTokenCheck(true)
.build());
| Modifier and Type | Class and Description |
|---|---|
static class |
UserPoolAuthenticationProvider.Builder
(experimental) A fluent builder for
UserPoolAuthenticationProvider. |
software.amazon.jsii.JsiiObject.InitializationModeIUserPoolAuthenticationProvider.Jsii$Default, IUserPoolAuthenticationProvider.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
UserPoolAuthenticationProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
UserPoolAuthenticationProvider(software.amazon.jsii.JsiiObjectRef objRef) |
|
UserPoolAuthenticationProvider(UserPoolAuthenticationProviderProps props) |
| Modifier and Type | Method and Description |
|---|---|
UserPoolAuthenticationProviderBindConfig |
bind(software.constructs.Construct scope,
IIdentityPool identityPool)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
|
UserPoolAuthenticationProviderBindConfig |
bind(software.constructs.Construct scope,
IIdentityPool identityPool,
UserPoolAuthenticationProviderBindOptions _options)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected UserPoolAuthenticationProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected UserPoolAuthenticationProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public UserPoolAuthenticationProvider(@NotNull
UserPoolAuthenticationProviderProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public UserPoolAuthenticationProviderBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull IIdentityPool identityPool, @Nullable UserPoolAuthenticationProviderBindOptions _options)
bind in interface IUserPoolAuthenticationProviderscope - This parameter is required.identityPool - This parameter is required._options - @Stability(value=Experimental) @NotNull public UserPoolAuthenticationProviderBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull IIdentityPool identityPool)
bind in interface IUserPoolAuthenticationProviderscope - This parameter is required.identityPool - This parameter is required.Copyright © 2022. All rights reserved.