AuthMFAChallengeResponse constructor

const AuthMFAChallengeResponse({
  1. required String id,
  2. required DateTime expiresAt,
})

Implementation

const AuthMFAChallengeResponse({required this.id, required this.expiresAt});