IAuthEngine class abstract

Implemented types
Implementers

Constructors

IAuthEngine()

Properties

authKeys IGenericStore<AuthPublicKey>
finalinherited
authRequests IGenericStore<PendingAuthRequest>
finalinherited
completeRequests IGenericStore<StoredCacao>
finalinherited
core ICore
finalinherited
hashCode int
The hash code for this object.
no setterinherited
metadata PairingMetadata
finalinherited
onAuthRequest Event<AuthRequest>
finalinherited
onAuthResponse Event<AuthResponse>
finalinherited
pairingTopics IGenericStore<String>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

formatAuthMessage({required String iss, required CacaoRequestPayload cacaoPayload}) String
format payload to message string
inherited
getCompletedRequestsForPairing({required String pairingTopic}) Map<int, StoredCacao>
inherited
getPendingAuthRequests() Map<int, PendingAuthRequest>
inherited
init() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAuth({required AuthRequestParams params, String? pairingTopic, List<List<String>>? methods}) Future<AuthRequestResponse>
inherited
respondAuthRequest({required int id, required String iss, CacaoSignature? signature, WalletConnectError? error}) Future<void>
respond wallet authentication
inherited
toString() String
A string representation of this object.
inherited

Operators

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