AtClientSecretSharing constructor
AtClientSecretSharing(})
Direct construction creates an independent instance with its own enc keypair. Use forClient unless that is what you want (tests, custom compositions).
Implementation
AtClientSecretSharing(
this.atClient, {
this.publicKeyCacheSettings = const (
cacheExpiry: Duration(minutes: 5),
resetOnLookup: true,
),
});