wasCancelled property

bool get wasCancelled

Whether the authentication was cancelled by the user (legacy method)

Implementation

bool get wasCancelled => error is FrappeUserCancelledException;