Interface IUserPoolAuthenticationProvider
(experimental) Represents the concept of a User Pool Authentication Provider.
Namespace: Amazon.CDK.AWS.Cognito.IdentityPool.Alpha
Assembly: Amazon.CDK.AWS.Cognito.IdentityPool.Alpha.dll
Syntax (csharp)
public interface IUserPoolAuthenticationProvider
Syntax (vb)
Public Interface IUserPoolAuthenticationProvider
Remarks
You use user pool authentication providers to configure User Pools and User Pool Clients for use with Identity Pools
Stability: Experimental
Synopsis
Methods
Bind(Construct, IIdentityPool, IUserPoolAuthenticationProviderBindOptions) | (experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool. |
Methods
Bind(Construct, IIdentityPool, IUserPoolAuthenticationProviderBindOptions)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
IUserPoolAuthenticationProviderBindConfig Bind(Construct scope, IIdentityPool identityPool, IUserPoolAuthenticationProviderBindOptions options = null)
Parameters
- scope Constructs.Construct
- identityPool IIdentityPool
- options IUserPoolAuthenticationProviderBindOptions
Returns
IUserPoolAuthenticationProviderBindConfig
Remarks
Stability: Experimental