MiniProgramAuthSnapshot constructor

const MiniProgramAuthSnapshot({
  1. required MiniProgramAuthStatus status,
  2. MiniProgramAuthUser? user,
  3. String? message,
  4. String? errorCode,
  5. DateTime? expiresAtUtc,
})

Implementation

const MiniProgramAuthSnapshot({
  required this.status,
  this.user,
  this.message,
  this.errorCode,
  this.expiresAtUtc,
});