@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-28T21:34:27.308Z")
public interface UserPoolAuthenticationProviderBindConfig
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() |
java.lang.String |
getClientId()
(experimental) Client Id of the Associated User Pool Client.
|
java.lang.String |
getProviderName()
(experimental) The identity providers associated with the UserPool.
|
java.lang.Boolean |
getServerSideTokenCheck()
(experimental) Whether to enable the identity pool's server side token check.
|
java.lang.String getClientId()
java.lang.String getProviderName()
java.lang.Boolean getServerSideTokenCheck()
static UserPoolAuthenticationProviderBindConfig.Builder builder()