@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:03.519Z") @Stability(value=Experimental) public interface UserPoolAuthenticationProviderBindConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.identitypool.*;
UserPoolAuthenticationProviderBindConfig userPoolAuthenticationProviderBindConfig = UserPoolAuthenticationProviderBindConfig.builder()
.clientId("clientId")
.providerName("providerName")
.serverSideTokenCheck(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserPoolAuthenticationProviderBindConfig.Builder
A builder for
UserPoolAuthenticationProviderBindConfig |
static class |
UserPoolAuthenticationProviderBindConfig.Jsii$Proxy
An implementation for
UserPoolAuthenticationProviderBindConfig |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolAuthenticationProviderBindConfig.Builder |
builder() |
String |
getClientId()
(experimental) Client Id of the Associated User Pool Client.
|
String |
getProviderName()
(experimental) The identity providers associated with the UserPool.
|
Boolean |
getServerSideTokenCheck()
(experimental) Whether to enable the identity pool's server side token check.
|
@Stability(value=Experimental) @NotNull String getClientId()
@Stability(value=Experimental) @NotNull String getProviderName()
@Stability(value=Experimental) @NotNull Boolean getServerSideTokenCheck()
@Stability(value=Experimental) static UserPoolAuthenticationProviderBindConfig.Builder builder()
Copyright © 2022. All rights reserved.