userVerified property
Indicates if the user presence was verified during the last challenge. This can be used to determine if the factor can be considered as multi-factor authentication.
Implementation
@$pb.TagNumber(2)
$core.bool get userVerified => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set userVerified($core.bool value) => $_setBool(1, value);