@Stability(value=Stable) @Internal public static final class CfnGraphQLApi.OpenIDConnectConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGraphQLApi.OpenIDConnectConfigProperty
CfnGraphQLApi.OpenIDConnectConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnGraphQLApi.OpenIDConnectConfigProperty.Builder, CfnGraphQLApi.OpenIDConnectConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnGraphQLApi.OpenIDConnectConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.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) |
Number |
getAuthTtl()
The number of milliseconds that a token is valid after being authenticated.
|
String |
getClientId()
The client identifier of the Relying party at the OpenID identity provider.
|
Number |
getIatTtl()
The number of milliseconds that a token is valid after it's issued to a user.
|
String |
getIssuer()
The issuer for the OIDC configuration.
|
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(CfnGraphQLApi.OpenIDConnectConfigProperty.Builder builder)
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder.public final Number getAuthTtl()
CfnGraphQLApi.OpenIDConnectConfigPropertygetAuthTtl in interface CfnGraphQLApi.OpenIDConnectConfigPropertypublic final String getClientId()
CfnGraphQLApi.OpenIDConnectConfigPropertyThis identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so that AWS AppSync can validate against multiple client identifiers at a time.
getClientId in interface CfnGraphQLApi.OpenIDConnectConfigPropertypublic final Number getIatTtl()
CfnGraphQLApi.OpenIDConnectConfigPropertygetIatTtl in interface CfnGraphQLApi.OpenIDConnectConfigPropertypublic final String getIssuer()
CfnGraphQLApi.OpenIDConnectConfigProperty
The issuer returned by discovery must exactly match the value of iss in the ID token.
getIssuer in interface CfnGraphQLApi.OpenIDConnectConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.