@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:48.066Z")
public interface IUserPoolAuthenticationProvider
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.
|
UserPoolAuthenticationProviderBindConfig bind(software.constructs.Construct scope, IIdentityPool identityPool, UserPoolAuthenticationProviderBindOptions options)
scope
- This parameter is required.identityPool
- This parameter is required.options
- UserPoolAuthenticationProviderBindConfig bind(software.constructs.Construct scope, IIdentityPool identityPool)
scope
- This parameter is required.identityPool
- This parameter is required.