Bearer

class Bearer(val token: String) : AuthenticationMethod

Bearer authentication method. If the token is invalid or expired, the user will be presented with the error state and an option to close the Quick Editor.

Constructors

Link copied to clipboard
constructor(token: String)

Properties

Link copied to clipboard

The bearer token.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)