AuthEngine constructor
AuthEngine({
- required ICore core,
- required PairingMetadata metadata,
- required IGenericStore<
AuthPublicKey> authKeys, - required IGenericStore<
String> pairingTopics, - required IGenericStore<
PendingAuthRequest> authRequests, - required IGenericStore<
StoredCacao> completeRequests,
Implementation
AuthEngine({
required this.core,
required this.metadata,
required this.authKeys,
required this.pairingTopics,
required this.authRequests,
required this.completeRequests,
});