AuthorizationErrorResponse constructor

AuthorizationErrorResponse({
  1. LinkedInAuthErrorType error = LinkedInAuthErrorType.other,
  2. String? errorDescription,
  3. int? status = 400,
})

Implementation

AuthorizationErrorResponse(
    {this.error = LinkedInAuthErrorType.other,
    this.errorDescription,
    this.status = 400});