Open IDConnect Config Args
data class OpenIDConnectConfigArgs(val authTTL: Output<Double>? = null, val clientId: Output<String>? = null, val iatTTL: Output<Double>? = null, val issuer: Output<String>? = null) : ConvertibleToJava<OpenIDConnectConfigArgs>
Definition of OpenIDConnectConfig
Properties
Link copied to clipboard
The client identifier of the relying party at the OpenID identity provider. This identifier is typically obtained when the relying party is registered with the OpenID identity provider. You can specify a regular expression so that AppSync can validate against multiple client identifiers at a time.