OAuth2Exception constructor

OAuth2Exception(
  1. String error, {
  2. String? errorDescription,
  3. Exception? cause,
  4. StackTrace? causeTrace,
})

Implementation

OAuth2Exception(this.error,
    {this.errorDescription, this.cause, this.causeTrace});