LoginChallengeget constructor

LoginChallengeget({
  1. String? loginChallengeId,
  2. String? sessionId,
  3. String? redirectTo,
})

Implementation

LoginChallengeget({this.loginChallengeId, this.sessionId, this.redirectTo});