OAuth2Exception constructor
OAuth2Exception(
- String error, {
- String? errorDescription,
- Exception? cause,
- StackTrace? causeTrace,
Implementation
OAuth2Exception(this.error,
{this.errorDescription, this.cause, this.causeTrace});