ApiOauth2Authorization

data class ApiOauth2Authorization(val authorizationServerName: String, val scope: String? = null)

Constructors

Link copied to clipboard
constructor(authorizationServerName: String, scope: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

OAuth authorization server identifier. The name of an OAuth2 Authorization Server.

Link copied to clipboard
val scope: String? = null

Operations scope.