AuthChallenge constructor

const AuthChallenge({
  1. required Map<String, Object?> extra,
  2. Map<String, Object?> challenge = const {},
})

Implementation

const AuthChallenge({required this.extra, this.challenge = const {}});