OAuth2Exception constructor

OAuth2Exception(
  1. String error, {
  2. String? errorDescription,
})

Implementation

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