Skip to content

HTTPAuth_Bearer

Josh Wright edited this page Jan 14, 2021 · 3 revisions

HTTPAuth.Bearer

The bearer auth of an Request. Corresponds to a header that looks like Authorization:​ Bearer <token>.

public struct Bearer

Properties

token

The token in the Authorization header value. i.e. Bearer <token>.

let token: String
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally