IUserPoolAuthenticationProvider
- class aws_cdk.aws_cognito_identitypool.IUserPoolAuthenticationProvider(*args, **kwds)
Bases:
Protocol
(experimental) Represents the concept of a User Pool Authentication Provider.
You use user pool authentication providers to configure User Pools and User Pool Clients for use with Identity Pools
- Stability:
experimental
Methods
- bind(scope, identity_pool)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
- Parameters:
scope (
Construct
) –identity_pool (
IIdentityPool
) –
- Stability:
experimental
- Return type: