Open Id Authentication Settings Contract Response
data class OpenIdAuthenticationSettingsContractResponse(val bearerTokenSendingMethods: List<String>? = null, val openidProviderId: String? = null)
API OAuth2 Authentication settings details.
Constructors
Link copied to clipboard
fun OpenIdAuthenticationSettingsContractResponse(bearerTokenSendingMethods: List<String>? = null, openidProviderId: String? = null)