Verified Access Trust Provider Oidc Options
data class VerifiedAccessTrustProviderOidcOptions(val authorizationEndpoint: String? = null, val clientId: String? = null, val clientSecret: String? = null, val issuer: String? = null, val scope: String? = null, val tokenEndpoint: String? = null, val userInfoEndpoint: String? = null)
The OpenID Connect details for an oidc -type, user-identity based trust provider.