interface IUserPoolAuthenticationProvider
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cognito.IdentityPool.IUserPoolAuthenticationProvider |
Java | software.amazon.awscdk.services.cognito.identitypool.IUserPoolAuthenticationProvider |
Python | aws_cdk.aws_cognito_identitypool.IUserPoolAuthenticationProvider |
TypeScript (source) | @aws-cdk/aws-cognito-identitypool » IUserPoolAuthenticationProvider |
Implemented by
User
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
Methods
| Name | Description |
|---|---|
| bind(scope, identityPool, options?) | The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool. |
bind(scope, identityPool, options?)
public bind(scope: Construct, identityPool: IIdentityPool, options?: UserPoolAuthenticationProviderBindOptions): UserPoolAuthenticationProviderBindConfig
Parameters
- scope
Construct - identityPool
IIdentityPool - options
UserPool Authentication Provider Bind Options
Returns
The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.

.NET
Java
Python
TypeScript (