interface IUserPoolAuthenticationProvider
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.IdentityPool.IUserPoolAuthenticationProvider |
![]() | software.amazon.awscdk.services.cognito.identitypool.IUserPoolAuthenticationProvider |
![]() | aws_cdk.aws_cognito_identitypool.IUserPoolAuthenticationProvider |
![]() | @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
IIdentity
Pool - options
User
Pool 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.