MiniProgramAuthSnapshot constructor
const
MiniProgramAuthSnapshot({
- required MiniProgramAuthStatus status,
- MiniProgramAuthUser? user,
- String? message,
- String? errorCode,
- DateTime? expiresAtUtc,
Implementation
const MiniProgramAuthSnapshot({
required this.status,
this.user,
this.message,
this.errorCode,
this.expiresAtUtc,
});