Skip to content

HTTPAuth_Basic

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

HTTPAuth.Basic

The basic auth of an Request. Corresponds to a header that looks like Authorization:​ Basic <base64-encoded-username-password>.

public struct Basic

Properties

username

The username of this authorization. Comes before the colon in the decoded Authorization header value i.e. Basic <username>:​<password>.

let username: String

password

The password of this authorization. Comes before the colon in the decoded Authorization header value i.e. Basic <username>:​<password>.

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