AuthFailureException constructor

AuthFailureException(
  1. AuthFailureReason reason,
  2. String? message
)

Implementation

AuthFailureException(this.reason, this.message);