Bearer

data class Bearer(val token: String) : HttpAuthenticationMethod

See https://datatracker.ietf.org/doc/html/rfc6750.

Constructors

Link copied to clipboard
constructor(token: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getAuthorizationHeader(): String