AuthChallengeResponseResponse.fromJson constructor

AuthChallengeResponseResponse.fromJson(
  1. String value
)

Implementation

factory AuthChallengeResponseResponse.fromJson(String value) =>
    AuthChallengeResponseResponse.values.firstWhere((e) => e.value == value);