class Single : HttpAuthHeader
Describes an authentication header that is represented by a single blob.
Single(authScheme: String, blob: String)
Describes an authentication header that is represented by a single blob. |
val blob: String
contains single token 68, should consist from digits, letters and one of the following: |
val authScheme: String
auth scheme, usually one of AuthScheme |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun render(): String
Encodes the header with the default HeaderValueEncoding for this header. fun render(encoding: HeaderValueEncoding): String
Encodes the header with a specified encoding. |
open fun toString(): String
Encodes the header with the default HeaderValueEncoding for this header. |