AuthFailure constructor

AuthFailure(
  1. String error,
  2. String? message
)

Implementation

AuthFailure(this.error, this.message);