setHumanPassword method

ResponseFuture<SetHumanPasswordResponse> setHumanPassword(
  1. SetHumanPasswordRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.SetHumanPasswordResponse> setHumanPassword(
    $1.SetHumanPasswordRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$setHumanPassword, request, options: options);
}