OpenIdAuthenticationSettingsContractResponse

data class OpenIdAuthenticationSettingsContractResponse(val bearerTokenSendingMethods: List<String>? = null, val openidProviderId: String? = null)

API OAuth2 Authentication settings details.

Constructors

constructor(bearerTokenSendingMethods: List<String>? = null, openidProviderId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How to send token to the server.

Link copied to clipboard

OAuth authorization server identifier.