AuthorizationResponse

data class AuthorizationResponse(val code: String? = null)

Authorization payload.

Constructors

Link copied to clipboard
constructor(code: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

Gets or sets one-time OAuth code to exchange for refresh and access tokens. Only used during PUT/PATCH operations. The secret is cleared during GET.