UnauthorizedOAuthClient constructor
UnauthorizedOAuthClient([
- String message = 'Unauthorized OAuth client.'
Create new UnauthorizedOAuthClient.
Implementation
UnauthorizedOAuthClient([this.message = 'Unauthorized OAuth client.']);