AnonymousIdentity class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
getPrincipal ()
→ Principal
Get the principal represented by this identity. Normally should be a
Principal.selfAuthenticating()
.
override
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
transformRequest (HttpAgentRequest request )
→ Future <Map <String , dynamic > >
Transform a request into a signed version of the request. This is done last
after the transforms on the body of a request. The returned object can be
anything, but must be serializable to CBOR.
override