Session class abstract

Session

The client interface of the Mobile Wallet Adapter Specification.


Non-privileged methods.

These methods do not require the current session to be in an authorized state to invoke them (though they may still accept an auth_token to provide their functionality).



Privileged methods

These methods require the current session to be in an authorized state to invoke them. For details on how a session enters and exits an authorized state.


Implementers

Constructors

Session()
Creates a Mobile Wallet Adapter session.
const

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

authorize(AuthorizeParams params) Future<AuthorizeResult>
Non-privileged method
cloneAuthorization() Future<CloneAuthorizationResult>
Privileged Methods
deauthorize(DeauthorizeParams params) Future<DeauthorizeResult>
Non-privileged method
getCapabilities() Future<GetCapabilitiesResult>
Non-privileged method
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reauthorize(ReauthorizeParams params) Future<ReauthorizeResult>
Non-privileged method
signAndSendTransactions(SignAndSendTransactionsParams params) Future<SignAndSendTransactionsResult>
Privileged Methods
signMessages(SignMessagesParams params) Future<SignMessagesResult>
Privileged Methods
signTransactions(SignTransactionsParams params) Future<SignTransactionsResult>
Privileged Methods
toString() String
A string representation of this object.
inherited

Operators

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