OAuthException constructor

OAuthException(
  1. String error, [
  2. String? errorDescription
])

Implementation

OAuthException(this.error, [this.errorDescription]);