AuthorizationErrorResponse constructor
- {LinkedInAuthErrorType error: LinkedInAuthErrorType.other,
- String errorDescription,
- int status: 400}
Implementation
AuthorizationErrorResponse(
{this.error = LinkedInAuthErrorType.other,
this.errorDescription,
this.status = 400});