removeHumanPasswordless method

ResponseFuture<RemoveHumanPasswordlessResponse> removeHumanPasswordless(
  1. RemoveHumanPasswordlessRequest request, {
  2. 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);
}