error property
Set this field when the authorization flow failed. It creates a response depending on the SP, with the error details set.
Implementation
@$pb.TagNumber(3)
$1.AuthorizationError get error => $_getN(2);
Implementation
@$pb.TagNumber(3)
set error($1.AuthorizationError value) => $_setField(3, value);