OAuthErrorResponse constructor
Returns a new OAuthErrorResponse instance.
Implementation
OAuthErrorResponse({
this.error,
this.errorDescription,
this.errorUri,
});
Returns a new OAuthErrorResponse instance.
OAuthErrorResponse({
this.error,
this.errorDescription,
this.errorUri,
});