Interface IUserPoolAuthenticationProvider.Jsii$Default
- All Superinterfaces:
IUserPoolAuthenticationProvider
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IUserPoolAuthenticationProvider.Jsii$Proxy
- Enclosing interface:
IUserPoolAuthenticationProvider
@Internal
public static interface IUserPoolAuthenticationProvider.Jsii$Default
extends IUserPoolAuthenticationProvider
Internal default implementation for
IUserPoolAuthenticationProvider
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.identitypool.alpha.IUserPoolAuthenticationProvider
IUserPoolAuthenticationProvider.Jsii$Default, IUserPoolAuthenticationProvider.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptionbind
(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.awscdk.services.cognito.identitypool.alpha.IUserPoolAuthenticationProvider
bind
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Experimental) @NotNull default 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.- Specified by:
bind
in interfaceIUserPoolAuthenticationProvider
- Parameters:
scope
- This parameter is required.identityPool
- This parameter is required.options
-
-