Open Id Connect Config Response
data class OpenIdConnectConfigResponse(val authorizationEndpoint: String? = null, val certificationUri: String? = null, val issuer: String? = null, val tokenEndpoint: String? = null, val wellKnownOpenIdConfiguration: String? = null)
The configuration settings of the endpoints used for the custom Open ID Connect provider.