AuthorizationHeader class

A class describing Authorization Header. http://tools.ietf.org/html/rfc5849#section-3.5.1

Constructors

AuthorizationHeader(SignatureMethod _signatureMethod, ClientCredentials _clientCredentials, Credentials? _credentials, String _method, String _url, Map<String, String>? _additionalParameters)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Set Authorization header to request.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited