Interface IUserPoolAuthenticationProvider
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IUserPoolAuthenticationProvider.Jsii$Default
- All Known Implementing Classes:
IUserPoolAuthenticationProvider.Jsii$Proxy,UserPoolAuthenticationProvider
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:01.637Z")
@Stability(Stable)
public interface IUserPoolAuthenticationProvider
extends software.amazon.jsii.JsiiSerializable
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserPoolAuthenticationProvider.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.Construct scope, IIdentityPool identityPool) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.bind(software.constructs.Construct scope, IIdentityPool identityPool, UserPoolAuthenticationProviderBindOptions options) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull UserPoolAuthenticationProviderBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull IIdentityPool identityPool, @Nullable UserPoolAuthenticationProviderBindOptions options) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.- Parameters:
scope- This parameter is required.identityPool- This parameter is required.options-
-
bind
@Stability(Stable) @NotNull UserPoolAuthenticationProviderBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull IIdentityPool identityPool) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.- Parameters:
scope- This parameter is required.identityPool- This parameter is required.
-