AuthResponse constructor

AuthResponse({
  1. Session? session,
  2. MultiFactorAuthenticationInfo? mfa,
})

Implementation

AuthResponse({this.session, this.mfa});