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.104.0 (build e79254c)",
date="2024-11-27T16:51:06.948Z")
@Stability(Experimental)
public interface IUserPoolAuthenticationProvider
extends software.amazon.jsii.JsiiSerializable
(experimental) 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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIUserPoolAuthenticationProvider
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind
(software.constructs.Construct scope, IIdentityPool identityPool) (experimental) 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) (experimental) 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(Experimental) @NotNull UserPoolAuthenticationProviderBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull IIdentityPool identityPool, @Nullable UserPoolAuthenticationProviderBindOptions options) (experimental) 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(Experimental) @NotNull UserPoolAuthenticationProviderBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull IIdentityPool identityPool) (experimental) 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.
-