AuthenticationException constructor

AuthenticationException(
  1. String error, {
  2. String? errorDescription,
  3. String? errorUri,
})

Implementation

AuthenticationException(this.error, {this.errorDescription, this.errorUri});