Single
class Single : HttpAuthHeader
Describes an authentication header that is represented by a single blob.
Constructors
Describes an authentication header that is represented by a single blob. |
Properties
val blob: String contains single token 68, should consist from digits, letters and one of the following: |
Inherited Properties
val authScheme: String auth scheme, usually one of AuthScheme |
Functions
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. |
Inherited Functions
open fun toString(): String Encodes the header with the default HeaderValueEncoding for this header. |