GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigArgs

data class GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigArgs(val authTtl: Output<Int>? = null, val clientId: Output<String>? = null, val iatTtl: Output<Int>? = null, val issuer: Output<String>) : ConvertibleToJava<GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigArgs>

Constructors

constructor(authTtl: Output<Int>? = null, clientId: Output<String>? = null, iatTtl: Output<Int>? = null, issuer: Output<String>)

Properties

Link copied to clipboard
val authTtl: Output<Int>? = null

Number of milliseconds a token is valid after being authenticated.

Link copied to clipboard
val clientId: Output<String>? = null

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 the AWS AppSync can validate against multiple client identifiers at a time.

Link copied to clipboard
val iatTtl: Output<Int>? = null

Number of milliseconds a token is valid after being issued to a user.

Link copied to clipboard
val issuer: Output<String>

Issuer for the OpenID Connect configuration. The issuer returned by discovery MUST exactly match the value of iss in the ID Token.

Functions

Link copied to clipboard
open override fun toJava(): GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigArgs