GraphQlApiOpenIdConnectConfig

data class GraphQlApiOpenIdConnectConfig(val authTtl: Double? = null, val clientId: String? = null, val iatTtl: Double? = null, val issuer: String? = null)

Constructors

Link copied to clipboard
constructor(authTtl: Double? = null, clientId: String? = null, iatTtl: Double? = null, issuer: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authTtl: Double? = null

The number of milliseconds that a token is valid after being authenticated.

Link copied to clipboard
val clientId: String? = null

The client identifier of the Relying party at the OpenID identity provider.

Link copied to clipboard
val iatTtl: Double? = null

The number of milliseconds that a token is valid after it's issued to a user.

Link copied to clipboard
val issuer: String? = null

The issuer for the OIDC configuration.