AuthenticatorResponse constructor

const AuthenticatorResponse({
  1. String? version,
  2. String? status,
  3. String? reason,
  4. Map<String, XrayStringList>? headers,
})

Implementation

const factory AuthenticatorResponse({
  String? version,
  String? status,
  String? reason,
  Map<String, XrayStringList>? headers,
}) = _AuthenticatorResponse;