TokenTypes

object TokenTypes

Contains token type constants used in API requests.

Properties

Link copied to clipboard
const val BASIC: String

The token type for basic authentication.

Link copied to clipboard
const val BEARER: String

The token type for bearer authentication.