@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:45.308Z") @Stability(value=Experimental) public interface IUserPoolAuthenticationProvider extends software.amazon.jsii.JsiiSerializable
You use user pool authentication providers to configure User Pools and User Pool Clients for use with Identity Pools
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IUserPoolAuthenticationProvider.Jsii$Default
Internal default implementation for
IUserPoolAuthenticationProvider. |
static class |
IUserPoolAuthenticationProvider.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| 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.
|
@Stability(value=Experimental) @NotNull UserPoolAuthenticationProviderBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull IIdentityPool identityPool, @Nullable UserPoolAuthenticationProviderBindOptions options)
scope - This parameter is required.identityPool - This parameter is required.options - @Stability(value=Experimental) @NotNull UserPoolAuthenticationProviderBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull IIdentityPool identityPool)
scope - This parameter is required.identityPool - This parameter is required.Copyright © 2022. All rights reserved.