Identity Source Open Id Connect Configuration
data class IdentitySourceOpenIdConnectConfiguration(val entityIdPrefix: String? = null, val groupConfiguration: IdentitySourceOpenIdConnectGroupConfiguration? = null, val issuer: String, val tokenSelection: Either<IdentitySourceOpenIdConnectTokenSelection0Properties, IdentitySourceOpenIdConnectTokenSelection1Properties>)
Constructors
Link copied to clipboard
constructor(entityIdPrefix: String? = null, groupConfiguration: IdentitySourceOpenIdConnectGroupConfiguration? = null, issuer: String, tokenSelection: Either<IdentitySourceOpenIdConnectTokenSelection0Properties, IdentitySourceOpenIdConnectTokenSelection1Properties>)