error property
The error that occurred during the authorization flow, to inform the application. This creates a callback URL with the error details set. See: https://openid.net/specs/openid-connect-core-1_0.html#AuthError
Implementation
@$pb.TagNumber(3)
$1.AuthorizationError get error => $_getN(2);
Implementation
@$pb.TagNumber(3)
set error($1.AuthorizationError value) => $_setField(3, value);