Creates an instance of a Authorization.
Source
Authorization(this.clientID, this.resourceOwnerIdentifier, this.validator,
{this.credentials, List<AuthScope> scopes}) {
this._scopes = scopes;
}
Creates an instance of a Authorization.
Authorization(this.clientID, this.resourceOwnerIdentifier, this.validator,
{this.credentials, List<AuthScope> scopes}) {
this._scopes = scopes;
}