AuthServerException constructor

AuthServerException(
  1. AuthRequestError reason,
  2. AuthClient? client
)

Implementation

AuthServerException(this.reason, this.client);