AuthSession constructor
AuthSession({})
Implementation
AuthSession({
required this.id,
required this.pubkey,
required this.type,
required this.createdAt,
this.privateKey,
this.bunkerUrl,
this.token,
});