ApiOpenidAuthentication

data class ApiOpenidAuthentication(val bearerTokenSendingMethods: List<String>? = null, val openidProviderName: String)

Constructors

Link copied to clipboard
constructor(bearerTokenSendingMethods: List<String>? = null, openidProviderName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How to send token to the server. A list of zero or more methods. Valid values are authorizationHeader and query.

Link copied to clipboard

OpenID Connect provider identifier. The name of an OpenID Connect Provider.