Basic

data class Basic(val username: String, val password: String) : HttpAuthenticationMethod

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

Constructors

Link copied to clipboard
constructor(username: String, password: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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