OAuthError constructor

const OAuthError({
  1. required String error,
  2. String? errorDescription,
  3. String? errorUri,
})

Implementation

const OAuthError({required this.error, this.errorDescription, this.errorUri});