ActiveSession class
Properties
- field0 → ActiveSession
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
extractReq(
) → Future< (Request, ClientResponse)> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pjUriBuilder(
) → PjUriBuilder -
pjUrl(
) → Future< Url> -
The contents of the
&pj=
query parameter including the base64url-encoded public key receiver subdirectory. This identifies a session at the payjoin directory server. -
processRes(
{required List< int> body, required ClientResponse ctx}) → Future<UncheckedProposal?> -
publicKey(
) → String -
The per-session public key to use as an identifier
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited