AuthenticateCall constructor

const AuthenticateCall({
  1. required String reason,
  2. String? userId,
  3. bool requireFresh = false,
})

Implementation

const AuthenticateCall({
  required this.reason,
  this.userId,
  this.requireFresh = false,
});