AuthResponseSuccess constructor
const
AuthResponseSuccess({
- required List<
DelegationWithSignature> delegations, - required Uint8List userPublicKey,
- String kind = 'authorize-client-success',
Implementation
const AuthResponseSuccess({
required this.delegations,
required this.userPublicKey,
super.kind = 'authorize-client-success',
});