removeHumanPasswordless method
ResponseFuture<RemoveHumanPasswordlessResponse>
removeHumanPasswordless(
- RemoveHumanPasswordlessRequest request, {
- CallOptions? options,
Delete Passwordless/Passkey
Deprecated: use user service v2 RemovePasskey instead.
Remove a configured passwordless/passkey authentication method from the user. (e.g FaceID, FingerScane, WindowsHello, etc.).
Implementation
$grpc.ResponseFuture<$0.RemoveHumanPasswordlessResponse>
removeHumanPasswordless(
$0.RemoveHumanPasswordlessRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeHumanPasswordless, request,
options: options);
}