Trusted Token Issuer Trusted Token Issuer Configuration
data class TrustedTokenIssuerTrustedTokenIssuerConfiguration(val oidcJwtConfiguration: TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration? = null)
Constructors
Link copied to clipboard
constructor(oidcJwtConfiguration: TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration? = null)
Properties
Link copied to clipboard
val oidcJwtConfiguration: TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration? = null
A block that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT). See Documented below below.