@aws-cdk_aws-cognito-identitypool-alpha.IUserPoolAuthenticationProvider

interface IUserPoolAuthenticationProvider 🔹

LanguageType name
.NETAmazon.CDK.AWS.Cognito.IdentityPool.Alpha.IUserPoolAuthenticationProvider
Gogithub.com/aws/aws-cdk-go/awscdkcognitoidentitypoolalpha/v2#IUserPoolAuthenticationProvider
Javasoftware.amazon.awscdk.services.cognito.identitypool.alpha.IUserPoolAuthenticationProvider
Pythonaws_cdk.aws_cognito_identitypool_alpha.IUserPoolAuthenticationProvider
TypeScript (source)@aws-cdk/aws-cognito-identitypool-alpha » IUserPoolAuthenticationProvider

Implemented by UserPoolAuthenticationProvider

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

NameDescription
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 UserPoolAuthenticationProviderBindOptions

Returns

  • UserPoolAuthenticationProviderBindConfig

The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.