@Stability(value=Stable) @Internal public static final class CfnIdentityPool.CognitoIdentityProviderProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIdentityPool.CognitoIdentityProviderProperty
CfnIdentityPool.CognitoIdentityProviderPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnIdentityPool.CognitoIdentityProviderProperty.Builder, CfnIdentityPool.CognitoIdentityProviderProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnIdentityPool.CognitoIdentityProviderProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnIdentityPool.CognitoIdentityProviderProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getClientId()
The client ID for the Amazon Cognito user pool.
|
String |
getProviderName()
The provider name for an Amazon Cognito user pool.
|
Object |
getServerSideTokenCheck()
TRUE if server-side token validation is enabled for the identity provider’s token.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnIdentityPool.CognitoIdentityProviderProperty.Builder builder)
CfnIdentityPool.CognitoIdentityProviderProperty.Builder.public final String getClientId()
CfnIdentityPool.CognitoIdentityProviderPropertygetClientId in interface CfnIdentityPool.CognitoIdentityProviderPropertypublic final String getProviderName()
CfnIdentityPool.CognitoIdentityProviderProperty
For example: cognito-idp.us-east-2.amazonaws.com/us-east-2_123456789 .
getProviderName in interface CfnIdentityPool.CognitoIdentityProviderPropertypublic final Object getServerSideTokenCheck()
CfnIdentityPool.CognitoIdentityProviderProperty
After you set the ServerSideTokenCheck to TRUE for an identity pool, that identity pool checks with the integrated user pools to make sure the user has not been globally signed out or deleted before the identity pool provides an OIDC token or AWS credentials for the user.
If the user is signed out or deleted, the identity pool returns a 400 Not Authorized error.
getServerSideTokenCheck in interface CfnIdentityPool.CognitoIdentityProviderProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.